home *** CD-ROM | disk | FTP | other *** search
/ ZAM 4 / ZAM 4.adf / Articles / 87 < prev    next >
Text File  |  1994-03-09  |  3KB  |  72 lines

  1.  
  2.                          SOFTWARE ENGINEERS DON'T 
  3.                  ----------------------------------------
  4.  
  5.  
  6. REAL SOFTWARE ENGINEERS DON'T READ DUMPS
  7. Real software engineers don't read  dumps. They never generate them, and
  8. on the rare occasions that they come across them, they are vaguely amused.
  9.  
  10. Real software engineers don't comment their code. The identifiers are so
  11. mnemonic they don't have to.
  12.  
  13. Real software engineers don't write applications programs, they implement
  14. algorithms. If someone has an application that the algorithm might help with,
  15. that's nice. Don't ask them to write the user interface, though.
  16.  
  17. Real software engineers eat quiche.
  18.  
  19. If it doesn't have recursive function calls, real software engineers don't
  20. program in it.
  21.  
  22. Real software engineers don't program in assembler. They become queasy at the
  23. very thought.
  24.  
  25. Real software engineers don't debug programs, they verify correctness.
  26. This process doesn't necessarily involve executing anything on a computer,
  27. except perhaps a Correctness Verification Aid package.
  28.  
  29. Real software engineers like C's structured constructs, but they are
  30. suspicious of it because they have heard that it lets you get "close to the
  31. machine."
  32.  
  33. Real software engineers play tennis. In general, they don't like any sport
  34. that involves getting hot and sweaty and gross when out of range of a shower.
  35. (Thus mountain climbing is Right Out.) They will occasionally wear their
  36. tennis togs to work, but only on very sunny days.
  37.  
  38. Real software engineers admire PASCAL for its discipline and Spartan purity,
  39. but they find it difficult to actually program in. They don't tell this to
  40. their friends, because they are afraid it means that they are somehow
  41. Unworthy.
  42.  
  43. Real software engineers work from 9 to 5, because that is the way the job is
  44. described in the formal spec. Working late would feel like using an
  45. undocumented external procedure.
  46.  
  47. Real software engineers write in languages that have not actually been
  48. implemented for any machine, and for which only the formal spec (in BNF) is
  49. available. This keeps them from having to take any machine dependencies into
  50. account. Machine dependencies make real software engineers very uneasy.
  51.  
  52. Real software engineers don't write in ADA, because the standards bodies have
  53. not quite decided on a formal spec yet.
  54.  
  55. Real software engineers like writing their own compilers, preferably in PROLOG
  56. (they also like writing them in unimplemented languages, but it turns out to
  57. be difficult to actually RUN these).
  58.  
  59. Real software engineers regret the existence of COBOL, FORTRAN and BASIC.
  60. PL/I is getting there, but it is not nearly disciplined enough; far too much built in function.
  61.  
  62. Real software engineers aren't too happy about the existence of users, either.
  63. Users always seem to have the wrong idea about what the implementation and
  64. verification of algorithms is all about.
  65.  
  66. Real software engineers don't like the idea of some inexplicable and greasy
  67. hardware several aisles away that may stop working at any moment. They have
  68. a great distrust of hardware people, and wish that systems could be virtual
  69. at ALL levels. They would like personal computers (you know no one's going to
  70. trip over something and kill your DFA in mid-transit), except that they need 8 megabytes to run their Correctness Verification Aid packages.
  71.  
  72. Real software engineers think better while playing WIFF 'N' PROOF.